func go/types.allString

4 uses

	go/types (current package)
		conversions.go#L106: 		} else if x.mode == constant_ && isInteger(x.typ) && allString(T) {
		expr.go#L1090: 		if allString(x.typ) != allString(y.typ) {
		predicates.go#L43: func allString(typ Type) bool          { return allBasic(typ, IsString) }